GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-09T03:38:37.6925323+00:00",
"SubmitDate": "2026-03-09T03:38:37.6925323+00:00",
"ReportPeriodStart": "2026-03-09T03:38:37.6925323+00:00",
"ReportPeriodEnd": "2026-03-09T03:38:37.6925323+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2084e28b-6f68-41c8-bb1e-6dab74f41765",
"Rows": [
{
"ItemId": "74f89772-f0f7-4ce3-bc13-e1d5349613e1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "74f89772-f0f7-4ce3-bc13-e1d5349613e1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2084e28b-6f68-41c8-bb1e-6dab74f41765",
"Rows": [
{
"ItemId": "74f89772-f0f7-4ce3-bc13-e1d5349613e1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "74f89772-f0f7-4ce3-bc13-e1d5349613e1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3c16cc8e-910f-4c83-8caa-dd9ca04316c8",
"aba9701e-4bd3-4a13-9fa6-ab2a0f0ef0b3"
],
"Approvers": [
"720573dc-a7f3-4158-a091-11d9dffaebf9",
"37f11a61-cf11-4af9-a352-0099f4f205f3"
],
"ApprovedBy": "c35a81dc-c1b3-45d1-a290-7629ff6cff60",
"ApprovalDate": "2026-03-09T03:38:37.6925323+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b80f0cca-acd2-4f3b-a8d1-73cec5b0862c",
"id": "f30ddace-09f2-49e3-a9dd-0e4d698f3ed1",
"ConfigId": "015bfcb1-04c6-465b-b361-cc62f7fc35bf"
},
{
"GenerationDate": "2026-03-09T03:38:37.6925323+00:00",
"SubmitDate": "2026-03-09T03:38:37.6925323+00:00",
"ReportPeriodStart": "2026-03-09T03:38:37.6925323+00:00",
"ReportPeriodEnd": "2026-03-09T03:38:37.6925323+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2084e28b-6f68-41c8-bb1e-6dab74f41765",
"Rows": [
{
"ItemId": "74f89772-f0f7-4ce3-bc13-e1d5349613e1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "74f89772-f0f7-4ce3-bc13-e1d5349613e1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2084e28b-6f68-41c8-bb1e-6dab74f41765",
"Rows": [
{
"ItemId": "74f89772-f0f7-4ce3-bc13-e1d5349613e1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "74f89772-f0f7-4ce3-bc13-e1d5349613e1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3c16cc8e-910f-4c83-8caa-dd9ca04316c8",
"aba9701e-4bd3-4a13-9fa6-ab2a0f0ef0b3"
],
"Approvers": [
"720573dc-a7f3-4158-a091-11d9dffaebf9",
"37f11a61-cf11-4af9-a352-0099f4f205f3"
],
"ApprovedBy": "c35a81dc-c1b3-45d1-a290-7629ff6cff60",
"ApprovalDate": "2026-03-09T03:38:37.6925323+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b80f0cca-acd2-4f3b-a8d1-73cec5b0862c",
"id": "f30ddace-09f2-49e3-a9dd-0e4d698f3ed1",
"ConfigId": "015bfcb1-04c6-465b-b361-cc62f7fc35bf"
}
]